home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Programmer Disk
/
The Programmer Disk (Microforum).iso
/
xpro
/
basic2
/
pro23
/
dazzling.bi
< prev
next >
Wrap
Text File
|
1990-11-20
|
628b
|
16 lines
DECLARE SUB Curtains (Direction%, Arry%())
DECLARE SUB Dazzle (Operation%, Direction%, Arry%())
DECLARE SUB GetMonitorSeg ()
DECLARE SUB Implode (Arry%())
DECLARE SUB ReadBinFile (Arry%(), ScrFile$, LeadingRows%)
DECLARE SUB Shake (HowMany%)
DECLARE SUB StuffMess (Arry%(), Mess$, Row%, Col%, Fg%, Bg%)
DECLARE SUB TickPause (Ticks%)
COMMON SHARED ScrnEls AS INTEGER 'The number of elements in your screen.
COMMON SHARED Monitor AS INTEGER 'The segment address for the video map.
COMMON SHARED MaxLine AS INTEGER 'The maximum number of video rows.
DEFINT A-Z 'Default to INTEGERs